home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextLibrary / Languages / Italian / Configure.lproj / Configure.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-08-29  |  661 b   |  52 lines

  1. InfoController = {
  2.     ACTIONS = {
  3.     animate:;
  4.     };
  5.     OUTLETS = {
  6.     boingAnimator;
  7.     controlButton;
  8.     flashAnimator;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. ConfigureApp = {
  13.     ACTIONS = {
  14.     installDriver:;
  15.     };
  16.     SUPERCLASS = Application;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. Configurator = {
  24.     ACTIONS = {
  25.     createBootDisk:;
  26.     save:;
  27.     categoryChosen:;
  28.     revert:;
  29.     };
  30.     OUTLETS = {
  31.     typematrix;
  32.     window;
  33.     inspector;
  34.     alldevices;
  35.     summaryView;
  36.     buttons;
  37.     infotext;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. Animator = {
  42.     ACTIONS = {
  43.     start:;
  44.     reset:;
  45.     stop:;
  46.     };
  47.     OUTLETS = {
  48.     delegate;
  49.     };
  50.     SUPERCLASS = View;
  51. };
  52.